From ea64eb257e178009a68356726aa1ca608f96420a Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 4 Oct 2006 17:28:27 +0000 Subject: [PATCH] Output cadence in Training Center. --- gtrnctr.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtrnctr.c b/gtrnctr.c index 5851fc616..b3885131f 100644 --- a/gtrnctr.c +++ b/gtrnctr.c @@ -144,6 +144,10 @@ gtc_waypt_pr(const waypoint *wpt) if (wpt->heartrate) { gtc_write_xml(0, "%d\n", wpt->heartrate); } + if (wpt->cadence) { + gtc_write_xml(0, "%d\n", wpt->cadence); + } + gtc_write_xml(-1, "\n"); #endif -- 2.30.2